AI034
The Rust Programming Language
Hands-on: Programming a Guessing Game
Learning Objectives
- Implement random number generation in a program
- Process and validate user input from the console
- Construct while-loops to manage game state and repetition
- Apply conditional statements to provide player feedback